From 47167f59be2f61bd4d7ca3cbbd42df7e3ef5b7e8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Sep 2015 18:50:31 -0400 Subject: [PATCH] flow box: Fix up docs --- gtk/gtkflowbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h index 2384ff5bea..f15a86a98f 100644 --- a/gtk/gtkflowbox.h +++ b/gtk/gtkflowbox.h @@ -102,6 +102,7 @@ struct _GtkFlowBoxChildClass /** * GtkFlowBoxCreateWidgetFunc: * @item: the item from the model for which to create a widget for + * @user_data: user data from gtk_flow_box_bind_model() * * Called for flow boxes that are bound to a #GListModel with * gtk_flow_box_bind_model() for each item that gets added to the model. -- 2.30.2